home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / BOOKS / BKSHELF.DIR / 00033.ls < prev    next >
Encoding:
Text File  |  1996-07-19  |  256 b   |  16 lines

  1. on mouseDown
  2.   repeat while the stillDown
  3.     set the memberNum of sprite 13 to 79
  4.     updateStage()
  5.   end repeat
  6. end
  7.  
  8. on mouseUp
  9.   set the memberNum of sprite 13 to 69
  10.   updateStage()
  11.   startTimer()
  12.   repeat while the timer < 15
  13.   end repeat
  14.   quit()
  15. end
  16.